home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / opbonus.arc / WFIELD.ARC / WFIELD.DOC < prev    next >
Text File  |  1991-03-20  |  983b  |  27 lines

  1. WFIELD.DOC - Sample uses of EntryScreen.AddWindowField
  2. -------------------------------------------------------
  3. TurboPower Software
  4. 4/90
  5.  
  6. The four programs in this archive are designed to demonstrate various uses of
  7. the EntryScreen.AddWindowField method and (indirectly in most cases) the
  8. StackWindow.AddChild method. The following is a brief description of each of
  9. the four programs:
  10.  
  11. WFIELD1.PAS
  12.   Demonstrates how to embed a memo window within an entry screen using
  13.   AddWindowField.
  14.  
  15. WFIELD2.PAS
  16.   Demonstrates how to embed a directory list within an entry screen to create
  17.   a pseudo-dialog box.
  18.  
  19. WFIELD3.PAS
  20.   Demonstrates how to embed a pick list within an entry screen.
  21.  
  22. WFIELD4.PAS
  23.   Demonstrates how to 1) embed a menu within a CommandWindow-based object, 2)
  24.   embed a scrolling entry screen within a regular (non-scrolling) entry
  25.   screen, and 3) store a parent window and all its children within a stream
  26.   and then reload them from the stream.
  27.